home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / ioblixdevkit / c / include / ioblix / ieee1284.h < prev    next >
C/C++ Source or Header  |  1999-05-14  |  296b  |  16 lines

  1. /*
  2. **      $VER: ioblix/ieee1284.h 37.3 (7.4.99)
  3. **
  4. **      (C) Copyright 1998,1999 Thore Böckelmann
  5. **      All Rights Reserved.
  6. */
  7.  
  8. #ifndef IOBLIX_IEEE1284_H
  9. #define IOBLIX_IEEE1284_H 1
  10.  
  11. #define IEEE1284_DEVICE_STATUS  0x00
  12. #define IEEE1284_DEVICE_INFO    0x04
  13.  
  14. #endif /* IOBLIX_IEEE1284_H */
  15.  
  16.